'宣言
<System.SerializableAttribute()>
Public MustInherit Class Axis
(Of T As Class,
M As {New, AxisModel},
A As Axis(Of T,M,A))
Inherits AxisBase(Of T)
[System.SerializableAttribute()] public abstract class Axis<T,M,A> : AxisBase<T> where T: class where M: new(), AxisModel where A: Axis<T,M,A>
オンラインで表示: GitHub